home *** CD-ROM | disk | FTP | other *** search
- *** orig/gas-211/gas/config/te-go32.h Sun May 30 18:50:20 1993
- --- src/gas-211/gas/config/te-go32.h Sun May 30 18:51:42 1993
- ***************
- *** 0 ****
- --- 1,24 ----
- + /*
- + * This file is te-generic.h and is intended to be a template for
- + * target environment specific header files.
- + *
- + * It is my intent that this file will evolve into a file suitable for config,
- + * compile, and copying as an aid for testing and porting. xoxorich.
- + */
- +
- + #define TE_GO32 1
- +
- + #define LOCAL_LABELS_DOLLAR
- + #define LOCAL_LABELS_FB
- +
- + /* these define interfaces */
- + #include "obj-format.h"
- +
- + /*
- + * Local Variables:
- + * comment-column: 0
- + * fill-column: 131
- + * End:
- + */
- +
- + /* end of te-generic.h */
-